home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / assembler / readme < prev    next >
Text File  |  1997-11-21  |  605b  |  18 lines

  1. The file 'test.s' is the source file that contains the assembly 
  2. language code, while 'test' is the assembled, executable, version!
  3.  
  4. You CANNOT run this example by double clicking on the 'test' icon
  5. (and if you try you will get a Guru message!). Instead you must open
  6. a Shell window and type the program's location and name.
  7.  
  8. If for example you've copied the executable 'test' file to your ramdisk
  9. you would run it by opening a Shell window and typing...
  10.  
  11.         1>ram:test
  12.  
  13. (Don't type the 1> prompt by the way. I've only shown this because you'll
  14. see a similar prompt in your Shell window)
  15.  
  16.  
  17. Have fun!
  18.